Skip to content

Enhance GoReleaser config with multi-platform builds, release customizations, and changelog filters#110

Closed
karanngi wants to merge 1 commit intomicrocks:masterfrom
karanngi:karan-gorelease
Closed

Enhance GoReleaser config with multi-platform builds, release customizations, and changelog filters#110
karanngi wants to merge 1 commit intomicrocks:masterfrom
karanngi:karan-gorelease

Conversation

@karanngi
Copy link
Copy Markdown

This PR updates the GoReleaser config to support:

  1. Multi-platform builds (linux, darwin, windows) and multiple architectures (amd64, arm64).
  2. Custom archive formats (tar.gz for most, zip for Windows).
  3. A before hook to run go mod tidy before builds.
  4. A release name template for better versioning.
  5. Changelog filters to exclude commit types like docs, tests, and typos.

@karanngi karanngi requested a review from lbroudoux as a code owner February 19, 2025 09:50
…zations, and changelog filters

Signed-off-by: karanngi <karann.git@gmail.com>
@karanngi
Copy link
Copy Markdown
Author

@yada

Copy link
Copy Markdown
Member

@lbroudoux lbroudoux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just got a question on draft mode for release but it looks all good to me.


release:
name_template: "Microcks CLI v{{.Tag}}"
draft: true
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why putting this as a draft? Do you know what is actually the default value? Does not look clear when looking at https://goreleaser.com/customization/release/#github

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It allows the release to be prepared, reviewed, and finalized before being officially published.

@github-actions
Copy link
Copy Markdown

This pull request has been automatically marked as stale because it has not had recent activity 😴

It will be closed in 30 days if no further activity occurs. To unstale this pull request, add a comment with detailed explanation.

There can be many reasons why some specific pull request has no activity. The most probable cause is lack of time, not lack of interest. Microcks is a Cloud Native Computing Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model.

Let us figure out together how to push this pull request forward. Connect with us through one of many communication channels we established here.

Thank you for your patience ❤️

@github-actions github-actions bot added the stale State due to inactivity label Apr 18, 2025
@github-actions github-actions bot closed this May 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stale State due to inactivity

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants